home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
STARTUP
/
StubExeU.dfm
/
StubExeU.txt
Wrap
Text File
|
1996-03-20
|
590b
|
33 lines
object Form1: TForm1
Left = 200
Top = 108
Width = 189
Height = 68
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object LoadLibBtn: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = '&Load Library'
TabOrder = 0
OnClick = LoadLibBtnClick
end
object FreeLibBtn: TButton
Left = 96
Top = 8
Width = 75
Height = 25
Caption = '&Free Library'
Enabled = False
TabOrder = 1
OnClick = FreeLibBtnClick
end
end